Subversion Repositories SmartDukaan

Rev

Rev 25927 | Rev 25940 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25927 Rev 25928
Line 266... Line 266...
266
			if(args.containsOption("mailDashboardScreenshots")) {
266
			if(args.containsOption("mailDashboardScreenshots")) {
267
				runOnceTasks.mailDashboardScreenshots();
267
				runOnceTasks.mailDashboardScreenshots();
268
			}
268
			}
269
			if(args.containsOption("notifyLead")) {
269
			if(args.containsOption("notifyLead")) {
270
				scheduledTasks.notifyLead();
270
				scheduledTasks.notifyLead();
271
				scheduledTasks.notifyVisits();
271
				//scheduledTasks.notifyVisits();
272
			}
272
			}
273
			System.exit(0);
273
			System.exit(0);
274
		}
274
		}
275
	}
275
	}
276
 
276